Color Hex Logo

#cb66da Color Hex

#CB66DA
(203,102,218)
0 Favorites   0 Comments

Color spaces of #cb66da

RGB 203102218
HSL0.810.610.63
HSV292°53°85°
CMYK 0.070.530.00   0.15
XYZ42.034927.261269.3761
Yxy27.26120.30310.1966
Hunter Lab52.212352.3348-42.2319
CIE-Lab59.215356.7395-42.4180

#cb66da color RGB value is (203,102,218).

#cb66da hex color red value is 203, green value is 102 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cb66da hue: 0.81 , saturation: 0.61 and the lightness value of cb66da is 0.63.

The process color (four color CMYK) of #cb66da color hex is 0.07, 0.53, 0.00, 0.15. Web safe color of #cb66da is #cc66cc. Color #cb66da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100110 11011010
Octal 313 146 332
Decimal 203 102 218
Hex CB 66 DA

RGB Percentages of Color #cb66da

%38.81
%19.50
%41.68

CMYK Percentages of Color #cb66da

%7
%53
%0
%15

Triadic Colors of #cb66da

#cb66da #dacb66 #66dacb

Analogous Colors of #cb66da

#cb66da #da66af #9166da

Monochromatic Colors of #cb66da

#cb66da

Complementary Color

#cb66da #75da66

#cb66da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb66da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb66da Color CSS Codes

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

#cb66da Text Font Color

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

This sample text font color is #cb66da
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.


#cb66da Background Color

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

This div background color is #cb66da


#cb66da Border Color

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

This div border color is #cb66da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb66da


Comments

No comments written yet.

Please login to write comment.