Color Hex Logo

#cb67be Color Hex

#CB67BE
(203,103,190)
0 Favorites   0 Comments

Color spaces of #cb67be

RGB 203103190
HSL0.860.490.60
HSV308°49°80°
CMYK 0.000.490.06   0.20
XYZ38.773126.114751.7123
Yxy26.11470.33250.2240
Hunter Lab51.102546.0041-24.2257
CIE-Lab58.145851.2298-28.2044

#cb67be color RGB value is (203,103,190).

#cb67be hex color red value is 203, green value is 103 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb67be hue: 0.86 , saturation: 0.49 and the lightness value of cb67be is 0.60.

The process color (four color CMYK) of #cb67be color hex is 0.00, 0.49, 0.06, 0.20. Web safe color of #cb67be is #cc66cc. Color #cb67be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100111 10111110
Octal 313 147 276
Decimal 203 103 190
Hex CB 67 BE

RGB Percentages of Color #cb67be

%40.93
%20.77
%38.31

CMYK Percentages of Color #cb67be

%0
%49
%6
%20

Triadic Colors of #cb67be

#cb67be #becb67 #67becb

Analogous Colors of #cb67be

#cb67be #cb678c #a667cb

Monochromatic Colors of #cb67be

#cb67be

Complementary Color

#cb67be #67cb74

#cb67be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb67be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb67be Color CSS Codes

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

#cb67be Text Font Color

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

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


#cb67be Background Color

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

This div background color is #cb67be


#cb67be Border Color

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

This div border color is #cb67be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb67be


Comments

No comments written yet.

Please login to write comment.