Color Hex Logo

#cb7ecf Color Hex

#CB7ECF
(203,126,207)
0 Favorites   0 Comments

Color spaces of #cb7ecf

RGB 203126207
HSL0.830.460.65
HSV297°39°81°
CMYK 0.020.390.00   0.19
XYZ43.351932.123262.9470
Yxy32.12320.31320.2321
Hunter Lab56.677337.3475-26.1745
CIE-Lab63.444642.4476-29.6368

#cb7ecf color RGB value is (203,126,207).

#cb7ecf hex color red value is 203, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cb7ecf hue: 0.83 , saturation: 0.46 and the lightness value of cb7ecf is 0.65.

The process color (four color CMYK) of #cb7ecf color hex is 0.02, 0.39, 0.00, 0.19. Web safe color of #cb7ecf is #cc66cc. Color #cb7ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111110 11001111
Octal 313 176 317
Decimal 203 126 207
Hex CB 7E CF

RGB Percentages of Color #cb7ecf

%37.87
%23.51
%38.62

CMYK Percentages of Color #cb7ecf

%2
%39
%0
%19

Triadic Colors of #cb7ecf

#cb7ecf #cfcb7e #7ecfcb

Analogous Colors of #cb7ecf

#cb7ecf #cf7eab #a37ecf

Monochromatic Colors of #cb7ecf

#cb7ecf

Complementary Color

#cb7ecf #82cf7e

#cb7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7ecf Color CSS Codes

.mybgcolor {background-color:#cb7ecf; } 
.myforecolor {color:#cb7ecf; }
.mybordercolor {border:3px solid #cb7ecf; }

#cb7ecf Text Font Color

<p style="color:#cb7ecf">Text here</p>

This sample text font color is #cb7ecf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb7ecf Background Color

<div style="background-color:#cb7ecf">
Div content here</div>

This div background color is #cb7ecf


#cb7ecf Border Color

<div style="border:3px solid #cb7ecf">
Div here</div>

This div border color is #cb7ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,126,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb7ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb7ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #cb7ecf;
  box-shadow:         1px 1px 3px 2px #cb7ecf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,126,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb7ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb7ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #cb7ecf;
  box-shadow:         1px 1px 3px 2px #cb7ecf;">
Div content here</div>

This div box has shadow with color #cb7ecf


Comments

No comments written yet.

Please login to write comment.